Re: default_language - Mailing list pgsql-hackers

From Bernd Helmle
Subject Re: default_language
Date
Msg-id AF3DFE3C835DB1D1B73274FD@[172.26.14.62]
Whole thread Raw
In response to Re: default_language  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers

--On 25. Januar 2010 09:30:56 -0500 Robert Haas <robertmhaas@gmail.com> 
wrote:

> This will turn into
> another setting like search_path and standard_conforming_strings that
> can break working code if the actual value doesn't match the
> anticipated value.  I can't figure out why someone would want to use
> this even if we had it.
>

Hmm, even search_path is currently more strict than default_do_language 
when used interactively:

bernd@localhost:bernd #= SET search_path TO 'nonexistingschema';
ERROR:  schema "nonexistingschema" does not exist

bernd@localhost:bernd #= SET default_do_language TO 'blabla';
SET

Doesn't make sense to me...

-- 
Thanks
Bernd


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: default_language
Next
From: Magnus Hagander
Date:
Subject: Re: pg_listener entries deleted under heavy NOTIFY load only on Windows